//==============================================================================
// Argus (Armored)_anim.txt
//==============================================================================


                           ____________________________________
                          |                                    |
                          |      CREATED by WOLLIEWOLTAZ       |
                          |____________________________________|
//==============================================================================
//==============================================================================
//Particle Attachments:
//==============================================================================
//==============================================================================
define BirthSFX
{
   set hotspot
   {
      version
      {
         Visualparticle SFX G Myth Unit Birth Effect
      }
   }
}
//==============================================================================
//==============================================================================
//VisualGranny:
//==============================================================================
//==============================================================================
anim Birth
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			        VisualGranny ArgusArmored2_birth
                                Connect ATTACHPOINT BirthSFX hotspot
				tag SpecificSoundSet 0.01 false ArgusArmoredCreation checkVisible 
				length 1.2
         }
      }
   }
}
//==============================================================================
anim Idle
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				VisualGranny ArgusArmored_idle
	 }
      }
   }
}
//==============================================================================
anim Bored
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			        VisualGranny ArgusArmored_recall
         }
      }
   }
}
//==============================================================================
anim Walk
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			        VisualGranny ArgusArmored_run
                                length 1.3
	 }
      }
   }
}
//==============================================================================
anim Attack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				
				VisualGranny ArgusArmored_attack
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.45 true   
               tag SpecificSoundSet 0.43 false ArgusArmoredAttackSFX checkVisible 
//-- end auto generated section
         
	 }
      }
   }
}
//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			        VisualGranny ArgusArmored0_death
	 }
      }
   }
}
//==============================================================================
anim Flail
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			        VisualGranny ArgusArmored_flail
				Length 0.70
         }
      }
   }
}
//==============================================================================
anim Gore
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			        VisualGranny ArgusArmored_gore
				tag Attack 0.30 true   
               			tag SpecificSoundSet 0.30 false ArgusArmoredGoreSFX checkVisible 
         }
      }
   }
}
//==============================================================================
anim WhirlwindAttack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			        VisualGranny ArgusArmored_groundsmash
				tag Attack 0.80 true   
               			tag SpecificSoundSet 0.80 false TitanFoot checkVisible
				tag FootstepRight 0.80 true 
         }
      }
   }
}